home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d19 / helppcb.arc / HLPFLAG < prev    next >
Text File  |  1990-07-06  |  2KB  |  41 lines

  1.  
  2. (FLAG) Files for Download - Function Help
  3. -----------------------------------------
  4.  
  5. Subcommands:  (filename 1) (filename 2) (filename 3) etc
  6.  
  7.               (filename) is the name of the file to be downloaded.  Multiple
  8.                          names can be stacked on the same line and wildcards
  9.                          may be used in the name.
  10.  
  11. Description:  The FLAG command is used to flag files or groups of files for
  12.               later download.  For instance, you may be busy looking at a
  13.               list of download files and find some that you want to download
  14.               but don't wish to download them that very moment.  Rather than
  15.               having to write down the name or try to remember it later you
  16.               can simply tell the system to flag the file and remember it
  17.               for you.
  18.  
  19.               To download the files that are flagged you would then issue a
  20.               (D)ownload command at which point the system will ask you if you
  21.               want to download the files that were flagged.  Answering NO
  22.               will cause the system to forget the files that were flagged.
  23.  
  24. Examples:
  25.  
  26.   * FLAG test1
  27.  
  28.     Functioning the same as the download command, this command will first check
  29.     to see if TEST1.<ext> exists where <ext> is the default extension for the
  30.     system you are on.  For example, it will see if TEST.ZIP exists and if not
  31.     it will attempt to flag TEST instead.
  32.  
  33.   * FLAG file1 file2 file3
  34.  
  35.     Flags all three files for download.
  36.  
  37.   * FLAG file*.txt
  38.  
  39.     Flags any files matchin file*.txt for later download.
  40.  
  41.